formatting.
authorSven Neumann <sven@gimp.org>
Wed, 16 Apr 2008 09:49:24 +0000 (09:49 +0000)
committerSven Neumann <neo@src.gnome.org>
Wed, 16 Apr 2008 09:49:24 +0000 (09:49 +0000)
2008-04-16  Sven Neumann  <sven@gimp.org>

* babl/babl.h: formatting.

svn path=/trunk/; revision=310

ChangeLog
babl/babl.h

index 2fca8eae336f7d2b9e83f6bc1db14073a5dd45c4..f7d6b7d4816d1da1d53a94e793fba92ff898dbb3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-16  Sven Neumann  <sven@gimp.org>
+
+       * babl/babl.h: formatting.
+
 2008-04-16  Øyvind Kolås  <pippin@gimp.org>
 
        * babl/babl.h: split up into ...
index 4ea3a3f3b5db3c2e18035becd86234088e3d6335..9547c8fcbd59ae10079f4d68f0a97c3030f813dd 100644 (file)
@@ -1,5 +1,5 @@
 /* babl - dynamically extendable universal pixel conversion library.
- * Copyright (C) 2005, Øyvind Kolås.
+ * Copyright (C) 2005-2008, Øyvind Kolås.
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -100,7 +100,7 @@ void   babl_##klass##_init    (void);                        \
 void   babl_##klass##_destroy (void);                        \
 Babl * babl_##klass##_id      (int id);                      \
 void   babl_##klass##_each    (BablEachFunction  each_fun,   \
-                              void             *user_data)
+                               void             *user_data)
 
 /* creates a class that has a specific name connected to it, that
  * also allows defining a new instance. These classes share common
@@ -113,7 +113,7 @@ void   babl_##klass##_each    (BablEachFunction  each_fun,   \
 BABL_CLASS (klass);                                          \
 Babl * babl_##klass           (const char       *name);      \
 Babl * babl_##klass##_new     (void             *first_arg,  \
-                              ...) BABL_ARG_NULL_TERMINATED
+                               ...) BABL_ARG_NULL_TERMINATED
 
 
 
@@ -137,8 +137,9 @@ typedef struct
  *
  * Returns: a name describing the instance.
  */
-const char *babl_name       (const Babl *babl);
-void        babl_introspect (Babl *babl); /* introspect a given BablObject     */
+const char * babl_name       (const Babl *babl);
+
+void         babl_introspect (Babl       *babl); /* introspect a given BablObject     */
 
 #include "babl-type.h"
 #include "babl-sampling.h"